名前 | 解説 | |
---|---|---|
CanFilter | Returns whether the collection is able to filter the specified expression. | |
CanGroup | Returns whether the collection is able to group the specified group descriptions. | |
CanInsert | ||
CanInsertRange | ||
CanMove | ||
CanMoveRange | ||
CanRefresh | Determines whether the collection can be refreshed. | |
CanRemove | ||
CanRemoveRange | ||
CanReplace | ||
CanReplaceRange | ||
CanSort | Returns whether the collection is able to sort the specified sort descriptions. | |
ConnectAsync | Connects the collection to the source. | |
CreateNewItem | Creates a new item of the collection. | |
DisconnectAsync | Disconnects the collection from the source. | |
Dispose() | Called to dispose resources. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 | |
FilterAsync | Filters the data using specified filter expression. | |
GetItemType | Gets the type of the item. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 | |
GetLoadedItems | オーバーロードされます。 Returns the items that has be loaded so far. | |
GroupAsync | オーバーロードされます。 Groups the collection according to the specified group descriptions. | |
IndexOf | Gets the index of the specified item. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 | |
InsertAsync | ||
InsertRangeAsync | ||
LoadAsync | Load the items between the specified indexes. | |
LoadMoreItemsAsync | Loads more items asynchronously. | |
MoveAsync | ||
MoveRangeAsync | ||
MoveToPageAsync | Moves to the page pageIndex. | |
RefreshAsync | Refreshes the collection data. | |
RemoveAsync | ||
RemoveRangeAsync | ||
ReplaceAsync | ||
ReplaceRangeAsync | ||
SortAsync | オーバーロードされます。 Sorts the collection according to the specified sort descriptions. |